home *** CD-ROM | disk | FTP | other *** search
- \ FIXED2CR.S
- \ This table will create a line-delimited text file from a fixed-length
- \ ASCII data file. Just change the record length value of 60 to whatever
- \ you need it to be. The length limit is around 500, because after that
- \ point the internally-expanded equation buffer will exceed 4,999 characters.
-
- *(60)\p=*(60)\p0\0d\0a \ every 60 characters insert a CR-LF
-
-